Uses of Interface
org.eclipse.vtp.framework.interactions.core.IInteractionType

Packages that use IInteractionType
org.eclipse.vtp.desktop.core   
org.eclipse.vtp.framework.engine.http   
org.eclipse.vtp.framework.interactions.core   
org.eclipse.vtp.framework.interactions.core.services   
 

Uses of IInteractionType in org.eclipse.vtp.desktop.core
 

Classes in org.eclipse.vtp.desktop.core that implement IInteractionType
 class InteractionType
           
 

Uses of IInteractionType in org.eclipse.vtp.framework.engine.http
 

Methods in org.eclipse.vtp.framework.engine.http that return IInteractionType
 IInteractionType DeploymentExecution.getSelectedInteractionType()
           
 

Uses of IInteractionType in org.eclipse.vtp.framework.interactions.core
 

Methods in org.eclipse.vtp.framework.interactions.core that return IInteractionType
 IInteractionType IInteractionTypeRegistry.getInteractionType(java.lang.String interactionTypeID)
           
 IInteractionType IInteractionTypeSelection.getSelectedInteractionType()
           
 

Uses of IInteractionType in org.eclipse.vtp.framework.interactions.core.services
 

Methods in org.eclipse.vtp.framework.interactions.core.services that return IInteractionType
 IInteractionType InteractionTypeRegistry.getInteractionType(java.lang.String interactionTypeID)